#!/bin/ksh
pid=`ps -ef | grep -v grep | grep -w IBM9729_POLL | awk '{print $2}'`
kill -9 $pid
